ci/flatpak: Bump FLATPAK_TAG to 1.4.1
authorRobert Fairley <rfairley@redhat.com>
Wed, 19 Jun 2019 22:22:11 +0000 (18:22 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jun 2019 13:17:10 +0000 (13:17 +0000)
Bump the flatpak version used in CI to avoid a repeated definition of
`renameat2()` in libglnx and glibc.

See: https://github.com/ostreedev/ostree/pull/1871#issuecomment-503768062

Closes: #1871
Approved by: jlebon

ci/flatpak.sh

index a0e556ac65fb6f80b3d58c189ac4a489c24dee2b..fd76b6fd57aab741e87847ab513ee4defdf142a5 100755 (executable)
@@ -6,7 +6,7 @@ set -xeuo pipefail
 # Keep this pinned to avoid arbitrary change for now; it's also
 # good to test building older code against newer ostree as it helps
 # us notice any API breaks.
-FLATPAK_TAG=0.99.2
+FLATPAK_TAG=1.4.1
 
 dn=$(dirname $0)
 . ${dn}/libpaprci/libbuild.sh